You can easily write a code customization to go to a specific page in a table panel, such as page 14 of 30.
One way to do this is to pass the page number on the URL, for example:
To implement this mechanism, override the Page_Load_InitPageSettings() method in the Page class present in the code behind file aspx.cs.
Set the PageIndex to the value passed via the URL. Then, call the DataBind() method to refresh the page.
This customization is applicable only to a show or editable table control.
Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate
a feature, and may work only in specific situations. The Iron Speed Designer
support team cannot assist in the resolution of problems which may occur as a
result of customizing your application or modifying a customization to fit a
particular purpose.